-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Kafka trigger to Tracetest #3056
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* wip - adding kafka trigger * Adding code for Kafka trigger * Adding Sarama as dependency * Updating backend and examples to support trigger * Fixing example
xoscar
approved these changes
Aug 11, 2023
schoren
approved these changes
Aug 11, 2023
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) and [@cypress/request](https://github.com/cypress-io/request). These dependencies needed to be updated together. Updates `tough-cookie` from 4.0.0 to 4.1.3 - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3) Updates `@cypress/request` from 2.88.10 to 2.88.12 - [Release notes](https://github.com/cypress-io/request/releases) - [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md) - [Commits](cypress-io/request@v2.88.10...v2.88.12) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect - dependency-name: "@cypress/request" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(cli): fixing deprecated environment flag * feat(cli): fixing deprecated environment flag
* wip * wip * updated openapi specs * Updating CLI * Fixing types on FE to support Kafka * wip - changing components to accept kafka * wip adding form items * Fixing add step * Fixing warnings and some bindings * small fixes * tests * Fixing UI and server mappings * Fixing marshalling error on server * Fixing UI test * Adding PR suggestions * Moving header component to a generic one * Using KeyValueListInput instead of custom header for Rest components * Adding more PR suggestions * Updating component names
danielbdias
force-pushed
the
feature/kafka-trigger
branch
from
August 11, 2023 16:20
e0ea49f
to
dc0f49a
Compare
danielbdias
commented
Aug 11, 2023
danielbdias
commented
Aug 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the Kafka trigger into Tracetest.
Docs and e2e tests will be done in other PR.
Changes
Checklist